Opc.Ua.Core
Append Method (ArrayPoolBufferSegment<T>)



Opc.Ua.Buffers Namespace > ArrayPoolBufferSegment<T> Class : Append Method
Appends a buffer to the sequence.
Syntax
'Declaration
 
Public Function Append( _
   ByVal array() As T, _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As ArrayPoolBufferSegment(Of T)
'Usage
 
Dim instance As ArrayPoolBufferSegment(Of T)
Dim array() As T
Dim offset As Integer
Dim length As Integer
Dim value As ArrayPoolBufferSegment(Of T)
 
value = instance.Append(array, offset, length)

Parameters

array
offset
length
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ArrayPoolBufferSegment<T> Class
ArrayPoolBufferSegment<T> Members